home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / info-service / gopher / PC_server / hamburg / README < prev    next >
Encoding:
Text File  |  1993-02-28  |  1.7 KB  |  48 lines

  1.                GOPHSERV.EXE
  2.             A PC Gopher Server
  3.                 22-FEB-1993
  4.  
  5.             (c) Gunter Hille
  6.               Computer Science Dept.
  7.                 University Hamburg
  8.               D-2000 Hamburg, Germany
  9.  
  10. This is the beta release of a PC Gopher server for MS-DOS and MS-Windows.
  11. The program uses the TCP/IP library of the University of Minnesota and
  12. the Crynwr packet driver collection. The UoM TCP/IP package is included in
  13. a file IBMTCP.DRV. There are no packet drivers included, they should be
  14. obtained from the original sites. The PC Gopher server program has a size of
  15. less than 30 KB (50KB including the TCP/IP lib).
  16.  
  17. The GOPHSERV package allows execution of other user programs and can
  18. therefore be extended to a more powerful server without recompiling the
  19. server program.
  20.  
  21. A few utilities to build a Gopher server are included:
  22.  
  23.     - generation of links to specific files in a directory 
  24.     - simple database search engine using Borland's PARADOX P-Engine
  25.     - documentation is included as a sample Gopher server system
  26.  
  27. The GOPHSERV package is divided into three parts:
  28.  
  29.     GOPHSERV.ZIP (server package   30 KB)
  30.     GOPHDOC.ZIP  (documentation     7 KB)
  31.     ENGINE.ZIP   (database engine 137 KB)
  32.  
  33. You just need the server package and documentation to run a server.
  34. If you download the whole package, you should create a directory GOPHER
  35. and three subdirectories (SERVER, DOC and ENGINE). Then place
  36.  
  37.     unzipped GOPHSERV.ZIP into subdirectory \GOPHER\SERVER
  38.     unzipped GOPHDOC.ZIP  into subdirectory \GOPHER\DOC
  39.     unzipped ENGINE.ZIP   into subdirectory \GOPHER\ENGINE
  40.  
  41. The files can be downloaded via anonymous ftp from:
  42.  
  43.     ftp.informatik.uni-hamburg.de:pub/net/gopher/pc
  44.  
  45. Bugs and comments to:
  46.  
  47.     Hille@informatik.uni-hamburg.de
  48.